Skip to main content
GET
/
v1
/
domains
/
availability
/
suggestions
[Domains] Get domain suggestions
curl --request GET \
  --url https://api.onetsolutions.net/v1/domains/availability/suggestions \
  --header 'Authorization: Bearer <token>'
[
  {
    "domain_name": "<string>",
    "tld": "<string>",
    "available": true,
    "price": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://help.onetsolutions.net/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use Authorization: Bearer <token> header. Token can be a JWT token or an API key (format: sk-onetsolutions-...).

Query Parameters

limit
integer

Maximum number of suggestions to return (default: 5, max: 20)

sld
string
required

Second-level domain (e.g., 'example' for example.com)

Response

Domain suggestions retrieved successfully

domain_name
string
required
tld
string
required
available
boolean
required
price
string | null
required
Pattern: ^-?\d{0,8}(?:\.\d{0,2})?$